runtime.mspan.init (method)

3 uses

	runtime (current package)
		arena.go#L1026: 				s.init(uintptr(v)+i, userArenaChunkPages)
		mheap.go#L1442: 	s.init(base, npages)
		mheap.go#L1785: func (span *mspan) init(base uintptr, npages uintptr) {